Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extract the correct power totals from the logfile. #333

Merged
merged 1 commit into from
Jun 12, 2024

Conversation

hzeller
Copy link
Collaborator

@hzeller hzeller commented Jun 11, 2024

There is another 'Total' in the logfile that would override the values just found (and does not have multiple columns).

Make the regex a bit more specific to only latch on the line that actually contains all the power values.

@hzeller hzeller requested a review from mikesinouye June 11, 2024 23:00
There is another 'Total' in the logfile that would override
the values just found (and does not have multiple columns).

Make the regex a bit more specific to only latch on the line that
actually contains all the power values.

Also: 'Complex' combinational cells is now as 'Multi-input' combinational
cells in the log file. Match that as well.
@hzeller hzeller force-pushed the feature-20240611-extract-power-total branch from 346aaac to 9b08d98 Compare June 11, 2024 23:07
@hzeller hzeller merged commit 0d1f251 into hdl:main Jun 12, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants